home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso
/
pc
/
assets
/
sid-exit.dcr
/
00026_1up.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-07-22
|
264 b
|
21 lines
on mouseEnter
sprite(22).visible = 1
cursor(280)
end
on mouseLeave
sprite(22).visible = 0
cursor(-1)
end
on mouseDown
puppetSound(1, "Clicker")
end
on mouseUp
play movie "Ryan-Exit"
sprite(21).visible = 0
sprite(22).visible = 0
cursor(-1)
end